@charset "utf-8";

/*横向全屏焦点图*/
.fullSlide {
    width: 100%;
    min-width: 1200px;
    height: 360px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.fullSlide ul {
    width: 100% !important;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.fullSlide ul li {
    width: 100% !important;
    height: 360px;
    overflow: hidden;
    text-align: center;
    background: #E2025E center 0 no-repeat;
}

.fullSlide ul li a {
    display: block;
    height: 360px;
    font-size: 0;
}

.fullSlide ol {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    text-align: center;
}

.fullSlide ol li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 45px;
    height: 10px;
    margin: 5px;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    font-size: 0;
}

.fullSlide ol li.on {
    background: #fff;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.fullSlide .prev, .fullSlide .next {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 5%;
    width: 55px;
    height: 55px;
    background: url("../images/arrow.png") 0 0 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
    font-size: 0;
}

.fullSlide .next {
    left: auto;
    right: 5%;
    background-position: right 0;
}

/*banner*/
.banner {
    width: 100%;
    min-width: 1200px;
    height: 360px;
    background: url("../images/banner_bg.jpg") no-repeat center;
    position: relative;
}

.banner img {
    width: 100%;
    vertical-align: middle;
}

.login-box {
    background-color: #FAFAFA;
    width: 250px;
    height: 320px;
    position: absolute;
    left: 67%;
    top: 5%;
    z-index: 40;
    box-shadow: -1px 1px 5px #F0F0F0;
}

.login-box h3 {
    font-size: 22px;
    font-weight: normal;
    color: #024291;
    text-align: center;
    margin-top: 20px;
}

.login-box .login-input {
    width: 210px;
    height: 35px;
    margin-left: 20px;
    margin-top: 15px;
    border: 1px solid #bbbbbb;
    outline: none;
}

.login-box .login-input1 {
    background-image: url("../images/login1.png");
    background-repeat: no-repeat;
    background-position: 7px 1px;
    text-indent: 50px;
}

.login-box .login-input2 {
    background-image: url("../images/login2.png");
    background-repeat: no-repeat;
    background-position: 10px 3px;
    text-indent: 50px;
}

.login-box .login-input-box {
    width: 210px;
    margin-left: 20px;
}

.login-input-box .login-input3 {
    width: 110px;
    float: left;
    margin-left: 0;
    margin-right: 10px;
    text-indent: 10px;
}

.login-input-box .input-img {
    width: 60px;
    float: left;
    margin-top: 15px;
    vertical-align: middle;
}

.login-button {
    height: 38px !important;
    line-height: 38px !important;
    margin-top: 15px;
    background-color: #024291;
    color: #fff;
    font-size: 20px;
    border: 1px solid #024291;
}

.login-button:hover {
    background-color: #4777cb;
}

.login-box .login-link-box {
    width: 210px;
    margin-left: 20px;
    clear: both;
    overflow: hidden;
}

.login-link-box a {
    margin-right: 28px;
    margin-top: 10px;
    font-size: 14px;
    color: #85888e;
    text-decoration: none;
}

.login-link-box a:first-child {
    float: left;
}

.login-link-box a:last-child {
    float: right;
}

/*主体*/
.main {
    width: 100%;
    min-width: 1200px;
    margin-top: 30px;
}

.main-l {
    width: 850px;
    float: left;
}

/* focus */
#focus {
    width: 850px;
    height: 480px;
    position: relative;
    overflow: hidden;
}

#focus ul {
    width: 850px;
    height: 480px;
    position: absolute;
}

#focus ul li {
    float: left;
    width: 850px;
    height: 480px;
    position: relative;
    overflow: hidden;
    background: #000;
}

#focus ul li .txt {
    width: 70%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 5%;
    bottom: 0;
    text-align: left;
    z-index: 999;
    color: #fff;
    font-size: 14px;
}

#focus .btnBg {
    width: 850px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
}

#focus .btn {
    position: absolute;
    width: 20%;
    height: 40px;
    line-height: 40px;
    right: 0;
    bottom: 0;
    text-align: center;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 10px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
}

#focus .btn span.on {
    background: #fff;
}

#focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 120px;
    background: url("../images/sprite.png") no-repeat 0 0;
    cursor: pointer;
}

#focus .pre {
    left: 0;
}

#focus .next {
    right: 0;
    background-position: right top;
}

.main-r {
    width: 320px;
    /*height: 350px;*/
    float: right;
}

/*news-box*/
.news-box {
    width: 100%;
    margin-top: 30px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}

.news-hd {
    width: 100%;
    height: 52px;
    border-bottom: 3px solid #005ca8;
    clear: both;
    overflow: hidden;
}

.news-hd .icon {
    float: left;
}

.news-hd .title {
    line-height: 52px;
    float: left;
    font-size: 18px;
    color: #136aad;
}

.news-hd .more {
    line-height: 52px;
    float: right;
    font-size: 14px;
    color: #136aad;
}

.news-tab {
    float: right;
    font-size: 14px;
    color: #666;
}

.news-tab ul {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.news-tab ul li {
    height: 32px;
    line-height: 32px;
    margin: 10px 0;
    padding: 0 10px;
    float: left;
    font-size: 14px;
}

.news-tab ul li.active {
    color: #fff;
    background: #005ca8;
}

.news-tab ul li.active a {
    color: #fff;
}

.news-bd {
    width: 100%;
    min-height: 287px;
    margin-top: 15px;
    overflow: hidden;
}

.news-bd ul {
    width: 100%;
}

.news-bd ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    clear: both;
}

.news-bd ul li:last-child {
    border-bottom: none;
}

.news-bd ul li i {
    width: 4px;
    height: 4px;
    margin-top: 19px;
    margin-right: 15px;
    float: left;
    background-color: #999;
    border-radius: 50%;
}

.news-bd ul li:hover i {
    background-color: #024291;
}

.news-bd ul li a {
    width: 480px;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #333;
}

.news-bd ul li:hover a {
    color: #024291;
}

.news-bd ul li span {
    float: right;
    color: #666;
}

/*product-box*/
.product-bd {
    margin-top: 15px;
    margin-left: 2px;
    margin-right: 2px;
}

.product-bd ul {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.product-bd ul li {
    width: 258px;
    height: 180px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
}

.product-bd ul li .img {
    width: 258px;
    height: 180px;
    display: block;
    overflow: hidden;
}

.product-bd ul li .img img {
    width: 258px;
    height: 180px;
    vertical-align: middle;
    -webkit-transition: All 0.3s linear;
    -moz-transition: All 0.3s linear;
    -o-transition: All 0.3s linear;
    transition: All 0.3s linear;
}

.product-bd ul li:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.product-bd ul li .txt-bg {
    width: 258px;
    height: 36px;
    line-height: 36px;
    display: block;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #000;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.product-bd ul li .txt {
    width: 258px;
    height: 36px;
    line-height: 36px;
    display: block;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: 999;
}

/* qqshop focus */
#focus2 {
    width: 804px;
    height: 180px;
    overflow: hidden;
    position: relative;
}

#focus2 ul {
    width: 804px;
    height: 180px;
    position: absolute;
}

#focus2 ul li {
    width: 258px;
    height: 180px;
    float: left;
    overflow: hidden;
    position: relative;
    background: #000;
}

#focus2 .preNext {
    width: 30px;
    height: 66px;
    position: absolute;
    top: 60px;
    background: url("../images/sprite.png") no-repeat 0 0;
    background-size: 66px 66px;
    cursor: pointer;
}

#focus2 .pre {
    left: 0;
}

#focus2 .next {
    right: 0;
    background-position: right top;
}

/*welcome-box*/
.welcome-box {
    padding: 10px 10px 20px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: content-box;
    overflow: hidden;
}

.welcome-box .welcome-txt {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.welcome-box .login-btn {
    display: block;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    margin-left: 30px;
    margin-right: 30px;
    background: url("../images/user_01.png") no-repeat 65px 10px #005ca8;
    background-size: 20px 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}

.welcome-box .register-btn {
    display: block;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    margin-left: 30px;
    margin-right: 30px;
    background: url("../images/user_02.png") no-repeat 65px 10px #ccc;
    background-size: 20px 20px;
    font-size: 14px;
    color: #136aad;
    text-align: center;
    border-radius: 4px;
}

/*fast-box*/
.fast-box {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: content-box;
}

.fast-hd {
    height: 48px;
    line-height: 48px;
    padding-left: 15px;
    background: #005ca8;
    font-size: 16px;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.fast-bd {
    padding: 10px 10px 20px 10px;
}

.fast-bd ul {
    width: 100%;
}

.fast-bd ul li {
    width: 100%;
    height: 62px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.news-bd ul li img {
    vertical-align: middle;
}

/*notice-box*/
.notice-bd {
    padding: 10px 20px;
}

.notice-bd ul {
    width: 100%;
}

.notice-bd ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
    list-style: disc inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.notice-bd ul li::marker {
    color: #999;
    font-size: 12px;
}

.notice-bd ul li:last-child {
    border-bottom: none;
}

.notice-bd ul li a {
    color: #333;
}

.notice-bd ul li a:hover {
    color: #024291;
}

/*help-box*/
.help-bd {
    padding: 0 20px 10px 20px;
}

.help-bd p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.help-bd p.tel {
    background: url("../images/help_01.png") no-repeat left center;
}

.help-bd p.email {
    background: url("../images/help_02.png") no-repeat left center;
}

.help-bd p.address {
    background: url("../images/help_03.png") no-repeat left center;
}


.help-bd ul {
    width: 100%;
}

.help-bd ul li {
    width: 100%;
    height: 52px;
    margin-top: 10px;
}

/*link-box*/
.link-bd {
    padding: 0 20px 10px 20px;
}

.link-bd ul {
    width: 100%;
}

.link-bd ul li {
    width: 100%;
    height: 52px;
    margin-top: 10px;
}

.link-bd select {
    width: 100%;
    height: 38px;
    margin-top: 10px;
}

/*course-box*/
course-bd {
    margin-top: 15px;
}

.course-bd ul {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.course-bd ul li {
    width: 218px;
    height: 234px;
    float: left;
    margin-top: 15px;
    margin-left: 17px;
    background-color: #f8f8f8;
    overflow: hidden;
    border-radius: 5px;
}

.course-bd ul li:first-child {
    margin-left: 0;
}

.course-bd ul li:nth-child(6) {
    margin-left: 0;
}

.course-bd ul li .img {
    width: 218px;
    height: 160px;
    display: block;
    overflow: hidden;
}

.course-bd ul li .img img {
    width: 218px;
    height: 160px;
    border-radius: 5px 5px 0 0;
    vertical-align: middle;
    -webkit-transition: All 0.3s linear;
    -moz-transition: All 0.3s linear;
    -o-transition: All 0.3s linear;
    transition: All 0.3s linear;
}

.course-bd ul li:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.course-bd ul li .txt {
    width: 198px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    display: block;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.course-bd ul li .txt:hover {
    color: #024291;
}

.course-bd ul li .other {
    width: 198px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    clear: both;
    overflow: hidden;
    color: #a4a4a4;
    font-size: 14px;
}

.course-bd ul li .other .other-l {
    float: left;
    color: #a4a4a4;
    font-size: 14px;
}

.course-bd ul li .other .other-r {
    float: right;
    color: #a4a4a4;
    font-size: 14px;
}

/*news-main*/
.news-main {
    margin-top: 30px;
}

.news-title {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.news-title h1 {
    width: 100%;
    min-height: 52px;
    line-height: 52px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.news-append {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}

.news-content {
    width: 100%;
    min-height: 287px;
    line-height: 150%;
    font-size: 14px;
    color: #333;
}

/*guestbook-box*/
.guestbook-box {
    width: 100%;
    margin-top: 30px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    background: url("../images/liu-bg.png") center right no-repeat;
}

.guestbook-title {
    padding: 10px 0;
    margin: 15px 0;
    text-shadow: -3px 1px 2px #e4e4e4;
}

.guestbook-title h2 {
    font-size: 36px;
}

.guestbook-form {
    width: 100%;
    min-height: 287px;
}

.guestbook-form .form-group {
    margin-bottom: 10px;
}

.guestbook-form .form-group label {
    display: inline-block;
    width: 80px;
    text-align: right;
}

.guestbook-form .form-group img {
    vertical-align: top;
    cursor: pointer;
}

.guestbook-form .inp_one {
    width: 400px;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.guestbook-form .inp_two {
    width: 400px;
    height: 72px;
    line-height: 36px;
    padding: 0 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.guestbook-form .inp_small {
    width: 200px;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.guestbook-form .form-btn {
    margin-bottom: 10px;
    padding-left: 100px;
}

.guestbook-form .form-btn .btn_blue {
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: 0px;
    border-radius: 5px;
    background: #0d9ae4;
    color: #fff;
    cursor: pointer;
}

/*course-box*/
.course-box {
    position: relative;
}

.course-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
}

.course-btn button {
    width: auto;
    height: 32px;
    margin-right: 5px;
    padding: 5px 12px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background: #c00;
    border: none;
    border-radius: 2px;
}

.course-video {
    width: 810px;
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    text-align: center;
}

.course-period {
    width: 320px;
    float: right;
}

.course-period-title {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    color: #333;
}

.course-period-list {
    width: 100%;
    font-size: 14px;
    color: #333;
}

.course-period-list ul {
    width: 100%;
}

.course-period-list ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    clear: both;
    overflow: hidden;
}

.course-period-list ul li a {
    color: #333;
}

.course-period-list ul li i {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 5px;
    float: left;
    background: url("../images/list-nor.png") no-repeat center 0;
    border-radius: 50%;
}

.course-period-list ul li i.icon1 {
    background-position: center 0;
}

.course-period-list ul li i.icon2 {
    background-position: center -20px
}

.course-period-list ul li i.icon3 {
    background-position: center -40px
}

.course-period-list ul li a {
    width: 256px;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.course-period-list ul li:hover a {
    color: #024291;
}

.course-period-list ul li.active a {
    color: #024291;
}

.course-period-list ul li span {
    float: right;
    color: #666;
}

/*news-list*/
.news-list {
    margin: 20px 0;
    background: #fff;
    border-radius: 10px;
}

.news-list ul li {
    clear: both;
    overflow: hidden;
    padding: 20px 30px;
    transition: .23s;
    -moz-transition: .23s;
    -ms-transition: .23s;
    -o-transition: .23s;
    -webkit-transition: .23s;
}

.news-list ul li strong {
    width: 60px;
    float: left;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -.25px;
}

.news-list ul li strong {
    color: #479bbd;
}

.news-list ul li strong b {
    font-size: 50px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}

.news-list ul li p {
    width: 1010px;
    float: right;
}

.news-list ul li p b {
    display: block;
    line-height: 25px;
    color: #222;
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list ul li p span {
    display: block;
    line-height: 22px;
    color: #888;
    margin: 5px 0 0 0;
}

.news-list ul li:hover {
    background: #00c1de;
}

.news-list ul li:hover strong, .news-list ul li:hover b, .news-list ul li:hover span {
    color: #fff !important;
}

/*like-box*/
.like-bd {
    padding: 10px 20px;
}

.like-bd ul {
    width: 100%;
}

.like-bd ul li {
    display: block;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 20px;
}

.like-bd ul li:last-child {
    border: none;
}

.like-bd ul li h2 {
    font-weight: normal;
    font-size: 18px;
    color: #000;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.like-bd ul li h2 a {
    color: #000;
}

.like-bd ul li h2 a:hover {
    color: #2692db;
}

.like-bd ul li p {
    color: #666;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

/*page-main*/
.page-main {
    margin-top: 30px;
}

.page-left {
    width: 230px;
    height: 576px;
    float: left;
    background: url("../images/page_01.jpg") top center no-repeat;
}

.page-left dl {
    padding: 100px 15px;
}

.page-left dl dt {
    line-height: 48px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #4a83d2;
    background: #fff;
    text-align: center;
    border-radius: 10px;
}

.page-left dl dt a {
    color: #4a83d2;
}

.page-left dl dd {
    line-height: 38px;
    color: #4a83d2;
    background: #fff;
    text-align: center;
}

.page-left dl dd:nth-child(2) {
    padding-top: 20px;
    border-radius: 10px 10px 0 0;
}

.page-left dl dd:last-child {
    padding-bottom: 20px;
    border-radius: 0 0 10px 10px;
}

.page-left dl dd a {
    color: #4a83d2;
}

.page-right {
    width: 970px;
    height: auto;
    float: right;
}

.page-header {
    width: 100%;
    height: 50px;
    background: url("../images/page_02.jpg") top left no-repeat;
}

.page-content {
    /*width: 100%;*/
    min-height: 287px;
    line-height: 150%;
    padding: 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #dae6f7;
}